home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / tcl / itcl1_31.z / itcl1_31 / tcldev / itcl-1.3 / config.status < prev    next >
Encoding:
Text File  |  1993-11-13  |  1.9 KB  |  81 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host linux:
  6. #
  7. # ./configure 
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     echo running ${CONFIG_SHELL-/bin/sh} ./configure 
  14.     exec ${CONFIG_SHELL-/bin/sh} ./configure  ;;
  15.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  16.   esac
  17. done
  18.  
  19. trap 'rm -f Makefile src/Makefile man/Makefile; exit 1' 1 3 15
  20. INSTALL='/bin/install -c'
  21. INSTALL_PROGRAM='$(INSTALL)'
  22. INSTALL_DATA='$(INSTALL) -m 644'
  23. RANLIB='ranlib'
  24. CPP='cc -E'
  25. CC='cc'
  26. tk_ok='1'
  27. XINCLUDES=' -I/usr/X386/include'
  28. XLIBSW='-L/usr/X386/lib -lX11'
  29. TCL_INCDIR='/home/david/src/tcldev/tcl7.1'
  30. TCL_LIBDIR='/usr/lib'
  31. TK_INCDIR='/usr/include/tcl'
  32. TK_LIBDIR='/usr/X386/lib'
  33. SHARED=''
  34. LIBS=' -lm'
  35. srcdir='.'
  36. DEFS=''
  37. prefix=''
  38. exec_prefix=''
  39. prsub=''
  40. extrasub=''
  41.  
  42. top_srcdir=$srcdir
  43.  
  44. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile man/Makefile"}
  45. for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then
  46.   srcdir=$top_srcdir
  47.   # Remove last slash and all that follows it.  Not all systems have dirname.
  48.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  49.   if test "$dir" != "$file"; then
  50.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  51.     test ! -d $dir && mkdir $dir
  52.   fi
  53.   echo creating $file
  54.   rm -f $file
  55.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  56.   sed -e "
  57. $prsub
  58. $extrasub
  59. s%@INSTALL@%$INSTALL%g
  60. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  61. s%@INSTALL_DATA@%$INSTALL_DATA%g
  62. s%@RANLIB@%$RANLIB%g
  63. s%@CPP@%$CPP%g
  64. s%@CC@%$CC%g
  65. s%@tk_ok@%$tk_ok%g
  66. s%@XINCLUDES@%$XINCLUDES%g
  67. s%@XLIBSW@%$XLIBSW%g
  68. s%@TCL_INCDIR@%$TCL_INCDIR%g
  69. s%@TCL_LIBDIR@%$TCL_LIBDIR%g
  70. s%@TK_INCDIR@%$TK_INCDIR%g
  71. s%@TK_LIBDIR@%$TK_LIBDIR%g
  72. s%@SHARED@%$SHARED%g
  73. s%@LIBS@%$LIBS%g
  74. s%@srcdir@%$srcdir%g
  75. s%@DEFS@%$DEFS%
  76. " $top_srcdir/${file}.in >> $file
  77. fi; done
  78.  
  79.  
  80. exit 0
  81.